home *** CD-ROM | disk | FTP | other *** search
/ Red Eye Press Kit / Red Eye Press Kit.iso / pc / main.dxr / SCRIPTS_91_JUMPER.ls < prev    next >
Encoding:
Text File  |  2005-07-18  |  109 b   |  10 lines

  1. global JUMPER
  2.  
  3. on enterFrame me
  4.   if JUMPER = VOID then
  5.     go(the frame)
  6.   else
  7.     go(JUMPER)
  8.   end if
  9. end
  10.